*{margin: 0;padding: 0;font-family: "微软雅黑";}
div,ul,li,ol,p,span,h1,h2,h3,h4,h5{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
img{border: none;}
input,button{border: none;}
a:focus,a:active,{border: 0;outline : 0;}
input[type=text],select,textarea{outline: none;border: none;appearance: none;-webkit-appearance: none;background: transparent;}
option{border: none;}
select{resize: none;}
ul,li{list-style:none}
a,a:hover{text-decoration:none;outline:none}
/*点击闪烁灰色*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/*字体*/
.icon{font-family: "iconfont";font-size: 16px;color: #000000;}
body{min-width: 1200px;}
/*弹窗*/
.error_tips {width: 12%;position: fixed;height: 32px;z-index: 999;top: 10px; background-color: #2498DC;box-shadow: 1px 1px 1px #2498DC;border-radius: 5px;left: 44%;text-align: center; overflow: hidden;display: none;}

.error_tips p {line-height: 32px;height: 32px;font-size: 16px; color: white }
